home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / CHIP / Testy software / Norton Confidental / NCO10IN.exe / Setup.loc / HTML / CUSTOM.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-10-10  |  2.3 KB  |  143 lines

  1. .Class
  2. {    
  3.     height:20px;
  4.     width:100%%;
  5.     margin-left:4%%;
  6.     font-size:14px;
  7.     letter-spacing:normal;
  8.     font-family: Franklin Gothic Medium, Arial;
  9. }
  10.  
  11. #YahooOverallRegion
  12. {
  13.     flow:horizontal;
  14. }
  15.  
  16. #YahooLeftRegion
  17. {
  18.     width:100%%;
  19. }
  20.  
  21. #YahooRightRegion
  22. {    
  23.     width:100%%;
  24. }
  25.  
  26. #YahooTitle
  27. {
  28.     margin-top:7px;
  29.     margin-left:10px;
  30.     font-size:17px;
  31.     letter-spacing:normal;
  32.     font-family: Franklin Gothic Medium, Arial;
  33.     font-weight:bold;
  34. }
  35.  
  36. #YahooIcon
  37. {
  38.     margin-right:30px;
  39.     margin-top:5px;
  40.     margin-left:100%%;
  41.     width:120px;
  42.     height:40px;
  43.     vertical-align:middle;
  44.     background-repeat:no-repeat;
  45. }
  46.  
  47. #YahooText:hover 
  48. {
  49.     color:blue;
  50. }
  51.  
  52. #YahooText:active 
  53. {
  54.     color: buttontext;
  55. }
  56.  
  57. #YahooLinkLocation
  58. {
  59.     margin-top:7px;
  60.     margin-bottom:0px;
  61.     width:100%%;
  62.     height: 15px;
  63. }
  64.  
  65. #YahooLink 
  66. {
  67.     margin-right: 6px;
  68.     margin-left: 100%%;
  69.     border:1px solid transparent;
  70.     font-size:11px;
  71.     font-family: MS Sans Serif;
  72.     display:block;
  73.     width: 105px;
  74. }
  75.  
  76. #YahooLink:focus 
  77. {
  78.     border:1px dotted windowtext; 
  79. }
  80.  
  81. widget 
  82. {
  83.     display:block;
  84.     margin-left:35px;
  85.     margin-top:10px;
  86. }
  87.  
  88. widget[type="checkbox"]
  89.     { 
  90.         padding:0px; 
  91.         behavior:check; 
  92.         background-repeat:no-repeat; 
  93.         background-position:5px 8px; 
  94.         background-image:url(theme:check-normal);  
  95.         font-size:14px;
  96.         font-family: Franklin Gothic Medium, Arial;
  97.         padding-left:25px;
  98.         border: 1px solid transparent;
  99.     }
  100.  
  101. widget[type="checkbox"]:hover
  102.     { 
  103.         background-image:url(theme:check-hover);  
  104.         color:blue;
  105.     }
  106.  
  107. widget[type="checkbox"]:hover:active
  108.     { 
  109.         background-image:url(theme:check-pressed);  
  110.     }
  111.  
  112. widget[type="checkbox"]:disabled
  113.     { 
  114.         background-image:url(theme:check-disabled);  
  115.     }
  116.  
  117. widget[type="checkbox"]:checked
  118.     { 
  119.         background-image:url(theme:check-checked-normal);  
  120.     }
  121.  
  122. widget[type="checkbox"]:checked:hover
  123.     { 
  124.         background-image:url(theme:check-checked-hover);  
  125.     }
  126.  
  127. widget[type="checkbox"]:checked:hover:active
  128.     { 
  129.         background-image:url(theme:check-checked-pressed);  
  130.     }
  131.  
  132. widget[type="checkbox"]:checked:disabled
  133.     { 
  134.         background-image:url(theme:check-checked-disabled);  
  135.     }
  136.     
  137. widget[type="checkbox"]:focus
  138. {
  139.     border: 1px dotted windowtext;
  140. }
  141.  
  142. widget[type="checkbox"] * {margin:0px;padding:0px}
  143. widget[type="checkbox"] {padding-bottom:5px;padding-top:5px}